home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / pclframe / windows / test.rc < prev   
Text File  |  1996-10-18  |  2KB  |  43 lines

  1. /**********************************************************************
  2.  * Colorer.RC Plug-in Colorer Resource file.
  3.  *
  4.  * Copyright (C) 1993-1995 Adobe Systems Incorporated.  All rights reserved.
  5.  *
  6.  * ABSTRACT:
  7.  *              This resource file must contain a RI_REGINFO ADNI resource.
  8.  *              It should also contain any other resources.
  9.  *
  10.  ************************************************************************/
  11. //#ifdef APSTUDIO_INVOKED
  12. //    #error This file is not editable by Visual C++. Open it as Text.
  13. //#endif //APSTUDIO_INVOKED
  14.  
  15.  
  16. // These are the codes for Addition Resources:
  17. #define RI_REGINFO 101
  18. #define ADNI 301
  19.  
  20. // This is the declaration of the RI_REGINFO ADNI resource.
  21. RI_REGINFO ADNI MOVEABLE //101 301
  22.     // Header:
  23.     BEGIN
  24.     03L          // 0x1 kStayInMem 0x2 kRegister
  25.     0x0300       // Interface Version 3.0 (WORD)
  26.                 // This needs to be version 2.0 for PM 6.0 and greater
  27.     1           // number of Additions in DLL Addition library (SHORT)
  28.  
  29.     // definition of Addition number 1:
  30.     1L              // string id# for menu name (DWORD)
  31.     0x05L             // 1 if Addition should appear in menu, 0 otherwise (unsigned long)
  32.                 // 0x04 if Addition should be enabled in Layout state.
  33.                 // 0x08 if Addition should be enabled in Story Edit state.
  34.                 // 0x10 if Addition should be enabled in Nopub state.
  35.                 // To appear in menu for all states the value is 0x1DL.
  36.     0x0100   // Addition Version 1.00 (WORD)
  37.     0               // reserved (WORD)
  38.     1L              // Addition number. (The first Addition get number 1) (LONG)
  39.     0L              // reserved (LONG)
  40.  
  41.     END
  42.  
  43.